Welcome![Sign In][Sign Up]
Location:
Search - kmeans matlab

Search list

[OtherKMEANS

Description: k聚类免疫 算法的matlab仿真程序源码
Platform: | Size: 29773 | Author: xixi | Hits:

[Other resourcekmeans

Description: kmeans的matlab演示代码,挺好用
Platform: | Size: 1704 | Author: 胡建龙 | Hits:

[Other resourceKMEANS

Description: 关于聚类的运用matlab仿真的PAM算法反对法 个发
Platform: | Size: 30035 | Author: QSB | Hits:

[Other resourcekmeans

Description: 用matlab实现的kmeans算法,是一个后台程序,没有调用其本身的kmeans算法,挺不错的
Platform: | Size: 1683 | Author: 尹梓名 | Hits:

[Other resourcekmeans

Description: matlab源码关于模糊K均值聚类算法,很好的,适合大家下载研究学习
Platform: | Size: 1810 | Author: 亨利 | Hits:

[Other resourcekmeans

Description: Matlab的kmeans算法实现,有很详细得说明
Platform: | Size: 8761 | Author: 季成 | Hits:

[AI-NN-PRfuzme_matlab

Description: k-means算法(matlab编写),其中包含测试数据集,可以使用.-This is a k-means algorithm(in matlab) contains data set which can be used
Platform: | Size: 18432 | Author: hu min | Hits:

[Speech/Voice recognition/combinevoicebox

Description: matlab的语音处理工作箱,包括分帧,参数计算等等各种功能-The matlab toolbox of speech processing,including enframe, parameter calculating and so on.
Platform: | Size: 151552 | Author: 吴昊 | Hits:

[matlabdynamic_kmeans

Description:
Platform: | Size: 1024 | Author: yinweidong | Hits:

[Special EffectsKmeans.Cluster.using.Guide

Description: 图像集群(Image Clustering) (1)图像读入,显示图像所在路径; (2)采用imgcluster函数进行图像集群,选择集群个数后进行图像集群; (3)运行后,在原图像上显示集群灰度图; (4)若要显示各个集群情况,可打开【Show Clustering Image】新窗体,显示各集群类的基于原图的彩绘区域。其中非当前集群范围,则显示灰度为255的黑色。用户可点击按纽上下查看所有集群图。-image cluster (Image Clustering) (1) read into the images, Images show host path; (2) use of imgcluster function for image clusters, After the number of clusters chosen for image clusters; (3) After the operation, in the original image displayed on the gray level clusters; (4) To show that the various clusters, [Show Open Clustering Image-- new windows, showed that the cluster type based on the maximum of regional painting. Clusters of non-current range, it shows that the intensity of 255 black. Users can click on View All button next cluster map.
Platform: | Size: 113664 | Author: mecal | Hits:

[OtherUseMatlabandCtorealizeKmeans

Description: 这是一个用c和matlab编写的程序,用于实现k-means算法-This is a matlab with c and the preparation of the procedures used to implement k-means algorithm
Platform: | Size: 6144 | Author: 海天 | Hits:

[OtherKmeans

Description: 量化程序,采用标准的Loyd-Max algorithm,提供了一个实例,并对结果进行了分析。很有学习的价值。-Quantification procedures, the use of standard Loyd-Max algorithm, provides an example of the results are analyzed. Great learning value.
Platform: | Size: 1024 | Author: pengtanthu | Hits:

[Mathimatics-Numerical algorithmskmeansNetlab

Description: KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares error function is used. The point at which a local minimum is achieved is returned as CENTRES.
Platform: | Size: 2048 | Author: 西晃云 | Hits:

[Special EffectsmultiROI

Description: kmeans image segmentation program
Platform: | Size: 7168 | Author: zengzhiyong | Hits:

[Mathimatics-Numerical algorithmsKMEANS

Description: K-MEANS算法 输入:聚类个数k,以及包含 n个数据对象的数据库。 输出:满足方差最小标准的k个聚类。 处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止 (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)-K-MEANS algorithm Input: cluster number k, and contains n data object database. Output: the minimum standards to meet the variance k-clustering. Deal flow: (1) a data object from the n choose k object as initial cluster centers (2) cycle (3) to (4) until a change in each cluster is no longer so far (3) according to each Clustering objects mean (central object), calculated for each object with these centers to object distance and in accordance with a minimum distance between a re-division of the corresponding object (4) re-calculated for each (change) clustering of the mean (central object )
Platform: | Size: 3072 | Author: 快快 | Hits:

[AI-NN-PRfastkmeans

Description: fast implementation of Kmeans clustering algorithm
Platform: | Size: 3072 | Author: jwj | Hits:

[Otherkmeans-image-segmentation

Description: 一个可以用的源码 希望有用 真麻烦 该死的 不是-One can hope that a useful source of real trouble is not a damned
Platform: | Size: 46080 | Author: mark | Hits:

[matlabkmeansimage

Description: 这是一个用Kmean处理图像的matlab文件-This is a deal with Kmean document images matlab
Platform: | Size: 1024 | Author: bohao | Hits:

[Special EffectsEMarithmeticprogramandexperimentalreport

Description: EM算法源程序的代码,运行的结果和实验报告。-EM algorithm source code, operating results and the experimental report.
Platform: | Size: 49152 | Author: 郝保明 | Hits:

[matlabFuzzyClusteringToolbox

Description: 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separation Index (S), Xie and Beni s Index (XB), Dunn s Index (DI) and Alternative Dunn Index (DII)几种衡量指标。-Four clustering algorithm source code and sample code, the ultimate goal of this process is the formation of a set of criteria for clustering, scalable tool. Including the contents of 1. Clustering Algorithm: Kmeans and Kmedoid algorithm, FCMclust, GKclust, GGclust algorithm 2. Assess the classification of a prototype: The procedure can be two-dimensional images to map out the results of clustering 3. Verify: Program to provide every algorithm authentication mechanism, each clustering algorithm statistics Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separation Index (S), Xie and Beni s Index (XB), Dunn s Index (DI) and Alternative Dunn Index (DII) of several indicators.
Platform: | Size: 2136064 | Author: 王梦萍 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 17 »

CodeBus www.codebus.net